home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000196_news@columbia.edu_Sun Nov 20 20:34:41 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA10333
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 20 Nov 1994 14:47:30 -0500
  3. Received: by apakabar.cc.columbia.edu id AA25912
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 20 Nov 1994 14:47:29 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!bloom-beacon.mit.edu!gatech!howland.reston.ans.net!agate!darkstar.UCSC.EDU!news.hal.COM!decwrl!waikato!comp.vuw.ac.nz!zephyr.grace.cri.nz!PeterW!p.waltenberg
  6. From: p.waltenberg@irl.cri.nz (Peter Waltenberg)
  7. Newsgroups: comp.protocols.kermit.misc,alt.winsock
  8. Subject: Re: winsock/pkt dvr hack possible?
  9. Date: Sun, 20 Nov 1994 20:34:41 GMT
  10. Organization: Industrial Research Ltd
  11. Lines: 21
  12. Message-Id: <p.waltenberg.1154.2ECFB2E0@irl.cri.nz>
  13. References: <3a67j8$j39@Mercury.mcs.com> <Pine.SUN.3.91.941118031532.9000A-100000@soleil> <3aiudg$pil@apakabar.cc.columbia.edu> <3anvci$dut@relay.tor.hookup.net> <1994Nov20.105834.33349@cc.usu.edu>
  14. Nntp-Posting-Host: 161.65.60.3
  15. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #4]
  16. Xref: news.columbia.edu comp.protocols.kermit.misc:1141 alt.winsock:22440
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. -------
  20. >        Jeff is correct. The top of a sockets API is a TCP stream channel of
  21. >bytes, not packets. "It could be done..." means creating a second TCP/IP
  22. >stack feeding from the streams channel and packaging it into TCP/IP over
  23. >Ethernet frames to be passed to the application. Not very desirable, nor 
  24. >realistic.
  25. >        Joe D.  
  26.  
  27. Actually acheiving the required functionality is pretty trivial, just run the 
  28. winsock on top of a packet multiplexor on top of a packet driver instead. 
  29. Using packet mux on top of the packet driver you can get packet drivers for 
  30. DOS boxes plus a packet driver for Trumpet winsock. Pktmux can be found on 
  31. biochemistry.cwru.edu. (and quite a few other sites).
  32. The system has to be configured at the bottom (DOS) level to use packet 
  33. drivers, but thats possible with nearly all configurations.
  34.  
  35. I'll admit that going from Winsock to packet driver is nightmarish, but 
  36. actually acheiving whats wanted , which is KA9Q in a DOS box with Winsock 
  37. running isn't. Thats basically how my system is configured now.
  38.  
  39. PeterW